home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
I-J
/
ICON Buttons.cpt
/
ICON Buttons
/
background_5475.txt
< prev
next >
Wrap
Text File
|
1990-12-13
|
2KB
|
81 lines
-- background: 5475 from stack: in
-- bmap block id: 3625
-- flags: 4000
-- background id: 0
-- name: b
----- HyperTalk script -----
on openBackground
push recent card
end openBackground
on checkGarbage
if the freesize of this stack >0 then
set visible of field "trashBytes" to true
--This shows you the amount of Free Space in the stack
--I don't know why, but the freeSize property is always off by 1.
--Therefore, the following script has a +1 so it matches with the
--Stack Info dialog box.
put the freesize of this stack div 1024 +1 &&"K" into line 4 of field "trashBytes"
--This shows the amount of free Memory available in the application
--heap.
put the heapSpace div 1024 &&"K" into line 6 of field "trashBytes"
else
set visible of field "trashbytes" to false
end if
end checkGarbage
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=36 top=283 right=308 bottom=65
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=436 top=280 right=308 bottom=473
-- title width / last selected line: 0
-- icon id / first selected line: 6720 / 6720
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 10 (field)
-- low flags: 80
-- high flags: 2004
-- rect: left=336 top=179 right=260 bottom=449
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: trashbytes